Vcenter Datacenter Info

Vcenter Datacenter Info
Vcenter Datacenter Info

The Vcenter Datacenter Info schema contains information about a datacenter in vCenter Server.

JSON Example
{
    "name": "string",
    "datastore_folder": "string",
    "host_folder": "string",
    "network_folder": "string",
    "vm_folder": "string"
}
string
name
Required

The name of the datacenter.

string
datastore_folder
Required

The root datastore folder associated with the datacenter.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder.

string
host_folder
Required

The root host and cluster folder associated with the datacenter.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder.

string
network_folder
Required

The root network folder associated with the datacenter.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder.

string
vm_folder
Required

The root virtual machine folder associated with the datacenter.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Folder. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Folder.